blktrace software package provides utilities for block layer IO tracing, you can install in your Ubuntu 16.04 LTS (Xenial Xerus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install blktrace
blktrace is installed in your system.
Make ensure the blktrace package were installed using the commands given below,
$ sudo dpkg-query -l | grep blktrace *
You will get with blktrace package name, version, architecture and description in a table
| Distro | Ubuntu 16 04 lts xenial xerus |
| Section | Utilities |
| Package | blktrace |
| Version | 1.1.0-2 |
| Description | utilities for block layer IO tracing |
| Sub Section | Utils |